home *** CD-ROM | disk | FTP | other *** search
- Path: news.micron.net!news
- From: devans@ccubb.com (David Evans)
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: Running AmiTCP-4.0
- Date: Sun, 17 Mar 96 21:00:07
- Organization: Sysop of CCUBB.COM
- Distribution: world
- Message-ID: <19960317.7C0AF90.128C5@ccubb.com>
- NNTP-Posting-Host: ccubb.com
-
- On Tue 12-Mar-1996 2:12p, David Buonomo wrote:
- DB> "WaitForPort: Unkown Command
- DB> Failed returncode 10"
-
- I have seen that error on DOZENS of A2000's. Your basic problem is that
- SYS:Rexxc isn't in your path. (Of course , Arexx should be started first!)
- To fix your path, there are two basic fixes that you need to perform.
-
- Step #1: Edit the file S:Shell-Startup and modify your file to contain the
- following:
-
- path SYS:Rexxc add
-
-
- Step #2: Add the line "loadwb NewPath" as the LAST LINE of your
- S:User-Startup file. The function of this command is to inform workbench of
- any paths you have assigned in your startup-sequence. Due to the
- multi-tasking nature of your amiga, its possible that the "LoadWB" in the
- S:Startup-Sequence will be performed BEFORE the S:User-Startup completes.
- This basically takes an additional "Snapshot" of your path for workbench. It
- does NOT re-load workbench.
-
-
- Hope that the above helps! Arexx has the command "WaitforPort" in the
- directory SYS:Rexxc assuming you have a "normal" setup for your OS.
-